.fl {
  float: left;
}
.fr {
  float: right;
}
.pf {
  position: fixed;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.dib {
  display: inline-block;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.t-al-l {
  text-align: left;
}
.t-al-c {
  text-align: center;
}
.t-al-r {
  text-align: right;
}
.width {
  width: 1200px;
  margin: auto;
}
.blue {
  color: #1a7be4;
}
/* Global Setting */
body,
button,
input,
select,
textarea,
label {
  font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
  font-size: 16px;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
  margin: 0;
  padding: 0;
  outline: none;
}
ul,
ol,
li {
  list-style: none;
}
input,
label {
  vertical-align: middle;
}
input,
button,
select,
textarea,
input:focus,
textarea:focus {
  -webkit-background-clip: padding-box;
  outline: none;
  -webkit-tap-highlight-color: #ffffff;
}
textarea {
  resize: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
img {
  border: 0;
}
* {
  box-sizing: border-box;
}
/*******搴����涓�寮�*****/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
/*header---寮�濮�*/
.header {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.header > .head-01 {
  background: #F8F8F8;
  height: 30px;
  font-size: 12px;
  color: #666666;
  border-bottom: 1px solid #dddddd;
}
.header > .head-01 .content {
  width: 1200px;
  margin: auto;
  text-align: right;
  padding-top: 5.5px;
}
.header > .head-01 .content > .span-01,
.header > .head-01 .content > .span-02,
.header > .head-01 .content > .span-03 {
  margin-right: 30px;
  position: relative;
}
.header > .head-01 .content > .span-02 > a > img,
.header > .head-01 .content > .span-03 > a > img {
  cursor: pointer;
  position: relative;
  top: 2px;
}
.header > .head-01 .content > .span-01 > a {
  color: #666666;
  cursor: pointer;
}
.header > .head-01 .content .login-resgiter > a {
  cursor: pointer;
  color: #666666;
}
.header > .head-01 .content .wechart_code {
  width: 105px;
  border-radius: 4px;
  background: 1200px;
  padding: 10px;
  box-shadow: 0px 1px 5px #d2d2d2;
  position: absolute;
  top: 25px;
  right: -10px;
  font-size: 12px;
  color: #666666;
  text-align: center;
  z-index: 100;
  display: none;
  background: #ffffff;
}
.header > .head-01 .content .arrow-top {
  display: block;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -9px;
  right: 10px;
}
.header > .head-02 {
  padding: 20px;
}
.header > .head-02 .content {
  width: 1200px;
  margin: auto;
  background: #ffffff;
}
.header > .head-02 .content .logo {
  float: left;
}
.header > .head-02 .content .adv {
  padding-left: 126px;
  text-align: right;
}
.header > .head-02 .content .adv > .dib {
  margin-right: 10px;
}
.header > .head-02 .content .adv > .dib:last-child {
  margin-right: 0;
}
.header > .head-03 {
  height: 48px;
  background: -webkit-linear-gradient(left, #355094, #355094);
  background: -o-linear-gradient(right, #355094, #355094);
  background: -moz-linear-gradient(right, #355094, #355094);
  background: linear-gradient(to right, #355094, #355094);
}
.header > .head-03 .content {
  width: 1200px;
  margin: auto;
  position: relative;
}
.header > .head-03 .content .nav li {
  display: inline-block;
}
.header > .head-03 .content .nav li > a {
  color: #ffffff;
  display: inline-block;
  line-height: 48px;
  padding-right: 20px;
  cursor: pointer;
  font-size: 18px;
  padding-right: 40px;
}
.header > .head-03 .content .nav li > a:hover {
  text-decoration: underline;
}
.header > .head-03 .content .head-search {
  background: #ffffff;
  width: 260px;
  height: 32px;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 8px;
  padding: 5px;
}
.header > .head-03 .content .head-search > .form-control {
  height: 100%;
  width: 220px;
  border: none;
  background: #ffffff;
}
.header > .head-03 .content .head-search > .search-btn {
  position: absolute;
  margin-left: 5px;
  top: 6px;
  display: inline-block;
  border-left: 1px solid #dddddd;
  padding-left: 5px;
}
/*header---缁����*/
/*footer-------寮�濮�*/
.footer {
  height: 240px;
  width: 100%;
  background: #355094;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.footer .content {
  width: 1200px;
  margin: auto;
}
.footer .left {
  float: left;
  position: relative;
  top: 100px;
  margin-right: 105px;
  padding-left: 110px;
}
.footer .middle {
  float: left;
  margin-top: 50px;
  text-align: left;
  padding-left: 60px;
}
.footer .middle > p > span {
  display: inline-block;
  margin-bottom: 25px;
}
.footer .middle > p > span > img {
  vertical-align: middle;
  margin-right: 5px;
}
.footer .middle > p > .number {
  margin-right: 60px;
}
.footer .middle > .address {
  margin-bottom: 30px;
}
.footer .middle > .address > img {
  vertical-align: -3px;
}
.footer .middle > .beian {
  padding-left: 24px;
  color: #9BA0B5;
}
.footer .middle > .beian > a {
  color: #9BA0B5;
}
.footer .middle > .beian > img {
  vertical-align: -4px;
  margin-right: 5px;
}
.footer .rigth {
  float: right;
  margin-top: 89.5px;
}
.footer .rigth .rigth-code {
  display: inline-block;
  background: #ffffff;
  padding: 8px;
  margin-right: 12px;
  margin-left: 12px;
}
/*footer-------缁����*/
/*缁�浠�---缁����*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-title {
  padding: 12px 0;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  border-bottom: 2px solid #999999;
  position: relative;
}
.item-title .more {
  color: #b8b8ba;
  font-size: 12px;
  position: absolute;
  top: 19px;
  right: 0;
  vertical-align: middle;
  cursor: pointer;
}
.item-title .more > img {
  vertical-align: -2px;
  margin-left: 4px;
}
.item-content > .item-li {
  padding: 15px 0;
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
  vertical-align: top;
}
.item-content > .item-li .item-li-a {
  color: #000000;
  display: block;
  cursor: pointer;
}
.item-content > .item-li .item-li-a .item-li-a-img {
  width: 92px;
  margin-right: 15px;
  float: left;
}
.item-content > .item-li .item-li-a .user_icon {
  float: left;
  margin-right: 15px;
}
.item-content > .item-li .item-li-a .user_icon > img {
  border-radius: 100%;
}
.item-content > .item-li .item-li-a .text {
  padding-left: 75px;
}
.item-content > .item-li .item-li-a .text .usr_name {
  color: #1a7be4;
  position: relative;
  top: 4px;
}
.item-content > .item-li .item-li-a .text .p-text {
  margin-top: 7px;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-content > .item-li .item-li-a .text .p-text:hover {
  color: #1a7be4;
}
.item-content > .item-li .item-li-a .text .p-title {
  color: #000000;
}
.item-content > .item-li.fix-heigth {
  height: 95px;
  padding: 15px 0;
}
.item-content > .item-li .item-li-a .p-title {
  color: #1a7be4;
  margin-bottom: 5px;
  font-size: 16px;
}
.item-content > .item-li .item-li-a .p-text {
  color: #000000;
  font-size: 16px;
}
.item-content > .item-li .item-li-a .p-text:hover {
  color: #1a7be4;
}
.news-content .news-ul .news-li {
  padding: 15px 0;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #dddddd;
  height: 170px;
}
.news-content .news-ul .news-li:last-child {
  border-bottom: none;
}
.news-content .news-ul .news-li > a {
  color: #666666;
  cursor: pointer;
}
.news-content .news-ul .news-li > a .left-img {
  float: left;
  width: 200px;
  margin-right: 15px;
}
.news-content .news-ul .news-li > a .right-txt {
  padding-left: 215px;
}
.news-content .news-ul .news-li > a .right-txt > .title {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.news-content .news-ul .news-li > a .right-txt > .title:hover {
  color: #1a7be4;
}
.news-content .news-ul .news-li > a .right-txt > .date {
  color: #999999;
  margin: 6px 0 5px 0;
}
.cooperate {
  clear: both;
  margin: 20px 0;
  color: #000000;
  font-size: 16px;
}
.cooperate .media {
  margin-bottom: 10px;
  margin-top: 10px;
}
.cooperate .media .title,
.cooperate .strategy .title {
  width: 90px;
  float: left;
}
.cooperate .media .list-span,
.cooperate .strategy .list-span {
  padding-left: 100px;
}
.cooperate .media .list-span > a {
  color: #000000;
  cursor: pointer;
}
.cooperate .media .list-span > a:hover {
  color: #1a7be4;
}
.btn {
  border: none;
  border-radius: 2px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}
/*缁�浠�---缁����*/
/*index-------寮�濮�*/
.Wrape .adv-banner {
  width: 1200px;
  /*margin: 0 auto 20px;*/
}
.Wrape .adv-banner .swiper-slide {
  width: 1200px;
  height: 90px;
  display: block;
}
.Wrape .adv-banner .swiper-slide img {
  width: 1200px;
  height: 90px;
}
.Wrape .contenter {
  width: 1200px;
  margin: auto;
}
.Wrape .contenter .left {
  width: 100px;
  margin-right: 15px;
  float: left;
}
.Wrape .contenter .left .left-nav {
  font-size: 16px;
  cursor: pointer;
}
.Wrape .contenter .left .left-nav > li {
  margin-bottom: 8px;
}
.Wrape .contenter .left .left-nav > li > a {
  color: #000000;
}
.Wrape .contenter .left .left-nav > li > a:hover {
  color: #1a7be4;
}
.Wrape .contenter .middle {
  float: left;
  width: 720px;
}
.Wrape .contenter .middle .news {
  width: 720px;
  height: 360px;
}
.Wrape .contenter .middle .news .swiper-slide {
  display: block;
}
.Wrape .contenter .middle .news .swiper-slide .text {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  padding: 0px 100px 0 10px;
  font-size: 18px;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Wrape .contenter .middle .news .swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
.Wrape .contenter .middle .news-swiper-container {
  margin-bottom: 20px;
}
.Wrape .contenter .middle .news .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
}
.Wrape .contenter .right {
  float: right;
  width: 340px;
}
.Wrape .contenter .right .rigth-swiper-container {
  margin: 20px 0;
}
.Wrape .contenter .right .rigth-swiper-container > .swiper-slide {
  display: block;
}
.Wrape .contenter .right .rigth-swiper-container .swiper-slide .blue {
  font-size: 12px;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.Wrape .cooperate {
  padding-left: 115px;
}
/*index-------缁����*/
/*InfoWrape-------寮�濮�*/
.InfoWrape > .contenter {
  width: 1200px;
  margin: 0 auto 50px;
}
.InfoWrape > .contenter .InfoText {
  width: 780px;
  float: left;
  color: #000000;
}
.InfoWrape > .contenter .InfoText .title {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.InfoWrape > .contenter .InfoText .date {
  font-size: 14px;
  color: #999999;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}
.InfoWrape > .contenter .InfoText .p-text {
  text-indent: 2em;
  line-height: 1.8em;
  text-align: left;
  margin-bottom: 10px;
}
.InfoWrape > .contenter .InfoText .info-img {
  display: block;
  text-align: center;
  margin: 20px auto;
}
.InfoWrape > .contenter .InfoText .back {
  text-align: right;
  margin-bottom: 30px;
  cursor: pointer;
}
.InfoWrape > .contenter .InfoText .back > a {
  color: #666666;
}
.InfoWrape > .contenter .right {
  float: right;
  width: 340px;
  margin-bottom: 30px;
}
.InfoWrape > .contenter .right .rigth-swiper-container {
  margin: 20px 0;
}
/*InfoWrape-------缁����*/
/*InfoWrape-------寮�濮�*/
.LoginWrape,
.RegisterWrape {
  margin-top: 70px;
  padding-bottom: 70px;
}
.LoginWrape .contenter,
.RegisterWrape .contenter {
  width: 1200px;
  margin: auto;
}
.LoginWrape .contenter .left,
.RegisterWrape .contenter .left {
  width: 560px;
  margin-left: 120px;
  float: left;
  margin-right: 170px;
}
.LoginWrape .contenter .left .title,
.RegisterWrape .contenter .left .title {
  font-size: 24px;
  color: #000000;
  padding-bottom: 60px;
}
.LoginWrape .contenter .left .title .font-vice,
.RegisterWrape .contenter .left .title .font-vice {
  float: right;
  font-size: 16px;
  margin-top: 7px;
}
.LoginWrape .contenter .left .title .font-vice .register,
.RegisterWrape .contenter .left .title .font-vice .register {
  color: #1a7be4;
  cursor: pointer;
}
.LoginWrape .contenter .left .form-item,
.RegisterWrape .contenter .left .form-item {
  border-bottom: 1px solid #dddddd;
  width: 560px;
  margin-bottom: 20px;
  padding: 15px 0;
  position: relative;
}
.LoginWrape .contenter .left .form-item .icon,
.RegisterWrape .contenter .left .form-item .icon {
  float: left;
  width: 30px;
  height: 30px;
}
.LoginWrape .contenter .left .form-item .form-input,
.RegisterWrape .contenter .left .form-item .form-input {
  padding-left: 50px;
}
.LoginWrape .contenter .left .form-item .form-input .form-control,
.RegisterWrape .contenter .left .form-item .form-input .form-control {
  height: 30px;
  width: 100%;
  border: none;
  font-size: 16px;
  color: #000000;
}
.LoginWrape .contenter .left .form-item .identify-code,
.RegisterWrape .contenter .left .form-item .identify-code {
  width: 190px;
  position: absolute;
  right: -190px;
  top: 18px;
  font-size: 16px;
}
.LoginWrape .contenter .left .form-item .identify-code .change,
.RegisterWrape .contenter .left .form-item .identify-code .change {
  color: #1a7be4;
  position: relative;
  top: -14px;
  cursor: pointer;
}
.LoginWrape .contenter .left .password,
.RegisterWrape .contenter .left .password {
  width: 370px;
}
.LoginWrape .contenter .left .btn-send,
.RegisterWrape .contenter .left .btn-send {
  background: #1a7be4;
  font-size: 18px;
  color: #ffffff;
  border-radius: 2px;
  margin-top: 60px;
  width: 560px;
}
.LoginWrape .contenter .left .forget-password,
.RegisterWrape .contenter .left .forget-password {
  font-size: 16px;
  color: #999999;
}
.LoginWrape .contenter .left .forget-password .auto-login,
.RegisterWrape .contenter .left .forget-password .auto-login {
  color: #999999;
}
.LoginWrape .contenter .left .forget-password .auto-login input,
.RegisterWrape .contenter .left .forget-password .auto-login input {
  position: relative;
  top: -1px;
}
.LoginWrape .contenter .left .forget-password .forget-a,
.RegisterWrape .contenter .left .forget-password .forget-a {
  color: #999999;
  float: right;
}
.LoginWrape .contenter .right,
.RegisterWrape .contenter .right {
  width: 200px;
  font-size: 16px;
  color: #000000;
  float: left;
}
.LoginWrape .contenter .right .title,
.RegisterWrape .contenter .right .title {
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
  width: 160px;
}
.LoginWrape .contenter .right .login-btn > .btn,
.RegisterWrape .contenter .right .login-btn > .btn {
  width: 160px;
  margin-bottom: 30px;
  text-align: center;
}
.LoginWrape .contenter .right .login-btn > .btn a,
.RegisterWrape .contenter .right .login-btn > .btn a {
  color: #ffffff;
}
.LoginWrape .contenter .right .login-btn > .btn a img,
.RegisterWrape .contenter .right .login-btn > .btn a img {
  vertical-align: -4px;
  margin-right: 10px;
}
.LoginWrape .contenter .right .login-btn > .btn:nth-child(1),
.RegisterWrape .contenter .right .login-btn > .btn:nth-child(1) {
  background: #22A4FF;
}
.LoginWrape .contenter .right .login-btn > .btn:nth-child(2),
.RegisterWrape .contenter .right .login-btn > .btn:nth-child(2) {
  background: #04B00F;
}
.LoginWrape .contenter .right .login-btn > .btn:nth-child(3),
.RegisterWrape .contenter .right .login-btn > .btn:nth-child(3) {
  background: #F26139;
}
.LoginWrape .contenter .success,
.RegisterWrape .contenter .success {
  width: 400px;
  margin: 140px auto;
  text-align: center;
}
.LoginWrape .contenter .success .left-img,
.RegisterWrape .contenter .success .left-img {
  float: left;
  display: block;
}
.LoginWrape .contenter .success .right,
.RegisterWrape .contenter .success .right {
  padding-left: 40px;
}
.LoginWrape .contenter .success .right .title,
.RegisterWrape .contenter .success .right .title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
  width: 240px;
  margin-top: 5px;
}
.LoginWrape .contenter .success .right .go-btn,
.RegisterWrape .contenter .success .right .go-btn {
  width: 240px;
  background: #1a7be4;
  display: block;
  text-align: center;
}
.serverItemWrape {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}
.serverItemWrape .contenter {
  width: 70%;
  height: 80%;
  top: 10%;
  left: 15%;
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 0px 10px #efefef;
}
.serverItemWrape .contenter .head {
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #000000;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.serverItemWrape .contenter .head .close {
  position: absolute;
  top: 0px;
  right: 20px;
  cursor: pointer;
}
.serverItemWrape .contenter .content {
  overflow: auto;
  padding: 20px;
  height: 85%;
}
.serverItemWrape .contenter .content .p-text {
  font-size: 14px;
  color: #000000;
  line-height: 1.8em;
  margin-bottom: 5px;
}
.serverItemWrape .contenter .content .indent {
  text-indent: 2em;
}
/*InfoWrape-------缁����*/
/*骞垮�����浣�-------寮�濮�*/
.advCooperationWrape .contenter {
  width: 1200px;
  margin: 0 auto 208px;
  color: #000000;
}
.advCooperationWrape .title {
  margin: 70px auto;
  font-size: 24px;
  color: #000000;
  text-align: center;
}
.advCooperationWrape .cooperate_list > li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 14px;
  color: #000000;
}
.advCooperationWrape .cooperate_list > li .text {
  font-size: 20px;
  margin: 40px auto 25px;
}
.advCooperationWrape .cooperate_list > li .p-text {
  margin-bottom: 5px;
}
/*骞垮�����浣�-------缁����*/
